home *** CD-ROM | disk | FTP | other *** search
/ Shirley Barber's Fairies: Create, Paint & Play / Fairies.iso / pc / Files / Menu.dxr / Internal_19_Jump to Marker on Mouse Within.ls < prev    next >
Encoding:
Text File  |  2003-11-06  |  230 b   |  12 lines

  1. property myMarker
  2. global gHavePlayedTheIntro
  3.  
  4. on mouseWithin
  5.   sound(1).stop()
  6.   go(marker(myMarker))
  7. end
  8.  
  9. on getPropertyDescriptionList
  10.   return [#myMarker: [#comment: "Marker to jump to", #format: #marker, #default: EMPTY]]
  11. end
  12.